typedef struct {
    char titul[50];
    char autor[50];
    int cena;
} kniha;
